home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1993-03-10 | 514 b | 22 lines |
- ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ' AMOSPro Editor Commands Documentation
- '
- ' By Fran�ois Lionet
- ' (c) Europress Software 1992
- '
- ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Screen Close 0
-
- ' Documentation file
- _DOC$="AMOSPro_Productivity1:Equates/Editor_Commands.Doc"
-
- ' Display the hyper text
- ' ~~~~~~~~~~~~~~~~~~~~~~
- Trap Read Text _DOC$
- If Errtrap
- Print "Cannot load information file."
- Print "Press any key."
- Wait Key
- End If
-
- Edit